All Questions
2 questions
1vote
1answer
312views
Latent space vs Embedding space | Are they same?
I am going through variational autoencoders and it is mentioned that: continuity (two close points in the latent space should not give two completely different contents once decoded) and completeness ...
1vote
1answer
1kviews
Retain similarity distances when using an autoencoder for dimensionality reduction
I am trying to reduce the dimensionality of topic vectors (300, 1) to a two dimensional space. This has been done with various methods (e.g. t-SNE and autoencoders). A published example of reducing ...